{"version":3,"file":"static/chunks/pages/docfleck/rezept/[slug]-eeaabe448e30f80b.js","mappings":"sFACA,CAAAA,OAAAC,QAAA,CAAAD,OAAAC,QAAA,MAAAC,IAAA,EACA,0BACA,WACA,OAAeC,EAAQ,MACvB,EACA,6LCyGAC,CAAAA,EAAA,QA5EwC,OAAC,CACvCC,UAAAA,CAAS,CACTC,KAAAA,CAAI,CACJC,YAAAA,CAAW,CACXC,WAAAA,CAAU,CACVC,oBAAAA,CAAmB,CACT,CAAAC,EACJ,CACJC,gBAAAA,CAAe,CACfC,WAAAA,CAAU,CACVC,YAAAA,CAAW,CACXC,cAAAA,CAAa,CACbC,aAAAA,CAAY,CACZC,OAAAA,CAAM,CACP,CAAGV,EACE,CACJW,OAAQ,CAAEC,MAAAA,CAAK,CAAE,CAClB,CAAGL,EACE,CAAEM,YAAAA,CAAW,CAAE,CAAGV,EAClB,CACJW,SAAAA,CAAQ,CACRC,UAAAA,CAAS,CACTC,YAAAA,CAAW,CACXC,cAAAA,CAAa,CACbC,WAAAA,CAAU,CACVC,WAAAA,CAAU,CACX,CAAGhB,EAAoBiB,YAAY,CAEfC,CAAAA,EAAAA,EAAAA,eAAAA,IAErBC,CAAAA,EAAAA,EAAAA,SAAAA,EAAU,KACR,GAAIvB,GAAaE,CAAAA,MAAAA,EAAAA,KAAAA,EAAAA,EAAasB,QAAQ,IAAK,GAAI,CAC7C,IAAMC,EAAiBC,SAASC,cAAc,CAACzB,EAAYsB,QAAQ,EAC/DC,GACFA,EAAeG,cAAc,CAAC,CAAEC,SAAU,QAAS,EAEvD,CACF,EAAG,CAAC7B,EAAWE,EAAYsB,QAAQ,CAAC,EAEpC,IAAMM,EAAYC,CAAAA,EAAAA,EAAAA,CAAAA,EAAclB,EAAOI,GAEvC,MACE,GAAAe,EAAAC,GAAA,EAAAD,EAAAE,QAAA,WACE,GAAAF,EAAAG,IAAA,EAACC,EAAAA,CAAUA,CAAAA,CACTvB,MAAOiB,EACPO,OAAQvB,EACRwB,WAAYvB,EACZwB,WAAYvB,EACZb,WAAYA,EACZe,cAAeA,EACfC,WAAYA,EACZC,WAAYA,EACZoB,SAAUhC,EAAYI,MAAM,CAC5BF,aAAcA,EACdC,OAAQA,YAEPJ,GAAckC,CAAAA,EAAAA,EAAAA,CAAAA,EAAQlC,EAAYD,GAClCA,MAAAA,EAAAA,KAAAA,EAAAA,EAAiBoC,GAAG,CAAC,CAACC,EAASC,IAC9B,GAAAZ,EAAAG,IAAA,EAACD,EAAAA,QAAQA,CAAAA,WACP,GAAAF,EAAAC,GAAA,EAACY,EAAAA,CAAqBA,CAAAA,CAACF,QAASA,IAC/BC,GAAKtC,EAAgBwC,MAAM,CAAG,GAC/BH,iBAAAA,EAAQI,GAAG,CAACC,WAAW,CAACD,GAAG,CAACE,EAAE,CAC5B,GAAAjB,EAAAC,GAAA,EAACiB,EAAAA,CAAGA,CAAAA,CAACC,GAAI,CAAEC,GAAI,EAAG,IAElB,GAAApB,EAAAC,GAAA,EAAAD,EAAAE,QAAA,OANW,WAAamB,MAAA,CAAFT,KAU3BnC,GACC,GAAAuB,EAAAC,GAAA,EAACqB,EAAAA,CAAYA,CAAAA,CAAE,GAAG7C,EAAcG,MAAM,OAKhD","sources":["webpack://_N_E/?9267","webpack://_N_E/./pages/docfleck/rezept/[slug]/index.tsx","webpack://_N_E/"],"sourcesContent":["\n (window.__NEXT_P = window.__NEXT_P || []).push([\n \"/docfleck/rezept/[slug]\",\n function () {\n return require(\"private-next-pages/docfleck/rezept/[slug]/index.tsx\");\n }\n ]);\n if(module.hot) {\n module.hot.dispose(function () {\n window.__NEXT_P.push([\"/docfleck/rezept/[slug]\"])\n });\n }\n ","import { Box } from \"@mui/material\";\nimport safeStringify from \"fast-safe-stringify\";\n\nimport { GetServerSideProps, NextPage } from \"next\";\nimport { useSearchParams } from \"next/navigation\";\n\nimport { Fragment, useEffect } from \"react\";\n\nimport { ContentfulNavigation } from \"../../../../@types/contentfulNavigation\";\nimport { IPageFields } from \"../../../../@types/generated/contentful\";\nimport { getHero } from \"../../../../app/[slug]/component\";\nimport ContentSectionWrapper from \"../../../../components/content-section-wrapper\";\nimport CountdownBar from \"../../../../components/countdown-bar\";\nimport PageLayout from \"../../../../components/page/layout\";\nimport { getContentfulRecipePage } from \"../../../../utils/contentful/getContentfulRecipePage\";\nimport generateTitle from \"../../../../utils/page/generateTitle\";\nimport getJointPageProperties, {\n JointPageProperties,\n} from \"../../../../utils/page/getJointPageProperties\";\nimport { DOC_FLECK_TENANT_NAME } from \"../../../../utils/tenant-names\";\n\ninterface PageProps {\n isPreview?: boolean;\n page: IPageFields;\n previewData?: any;\n navigation: ContentfulNavigation;\n jointPageProperties: JointPageProperties;\n}\n\n/**\n * Top level page\n * @param {PageProps} props\n * @param {IPageFields} props.page\n * @returns JSX.Element\n */\nconst RecipePage: NextPage = ({\n isPreview,\n page,\n previewData,\n navigation,\n jointPageProperties,\n}: PageProps) => {\n const {\n contentSections,\n heroTeaser,\n seoMetadata,\n countdownPage,\n noNavigation,\n tenant,\n } = page;\n const {\n fields: { title },\n } = seoMetadata;\n const { footerProps } = jointPageProperties;\n const {\n logoDark,\n logoLight,\n titleSuffix,\n bannerVisible,\n bannerText,\n bannerIcon,\n } = jointPageProperties.siteSettings;\n\n const searchParams = useSearchParams();\n\n useEffect(() => {\n if (isPreview && previewData?.internal !== \"\") {\n const previewElement = document.getElementById(previewData.internal);\n if (previewElement) {\n previewElement.scrollIntoView({ behavior: \"smooth\" });\n }\n }\n }, [isPreview, previewData.internal]);\n\n const fullTitle = generateTitle(title, titleSuffix);\n\n return (\n <>\n \n {heroTeaser && getHero(heroTeaser, contentSections)}\n {contentSections?.map((section, i) => (\n \n \n {i == contentSections.length - 1 &&\n section.sys.contentType.sys.id == \"recipeSection\" ? (\n \n ) : (\n <>\n )}\n \n ))}\n {countdownPage && (\n \n )}\n \n \n );\n};\n\nexport default RecipePage;\n\nexport const getServerSideProps: GetServerSideProps = async (\n context\n) => {\n const slug = context.params?.slug?.toString() || \"\";\n\n let contentfulPage = await getContentfulRecipePage(\n slug,\n context.preview || false,\n context.previewData\n );\n\n if (contentfulPage === null) {\n return { notFound: true };\n }\n\n const jointPageProperties = await getJointPageProperties(\n context,\n DOC_FLECK_TENANT_NAME\n );\n\n const propsData = safeStringify({\n page: contentfulPage.fields,\n isPreview: context.preview || false,\n previewData: context.previewData || {\n env: process.env.NEXT_PUBLIC_CONTENTFUL_ENV,\n internal: \"\",\n },\n navigation: jointPageProperties.navigation,\n jointPageProperties,\n theme: DOC_FLECK_TENANT_NAME,\n });\n\n const props = JSON.parse(propsData);\n\n // pass page data to the page via props\n return {\n props,\n };\n};\n"],"names":["window","__NEXT_P","push","__webpack_require__","__webpack_exports__","isPreview","page","previewData","navigation","jointPageProperties","param","contentSections","heroTeaser","seoMetadata","countdownPage","noNavigation","tenant","fields","title","footerProps","logoDark","logoLight","titleSuffix","bannerVisible","bannerText","bannerIcon","siteSettings","useSearchParams","useEffect","internal","previewElement","document","getElementById","scrollIntoView","behavior","fullTitle","generateTitle","react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__","jsx","Fragment","jsxs","PageLayout","footer","logoHeader","logoFooter","metadata","getHero","map","section","i","ContentSectionWrapper","length","sys","contentType","id","Box","sx","mt","concat","CountdownBar"],"sourceRoot":""}